SetInstrumentationBreakpointRequest

data class SetInstrumentationBreakpointRequest(instrumentation: String)

Represents request frame that can be used with Debugger#setInstrumentationBreakpoint operation call.

Sets instrumentation breakpoint.

See also

Constructors

SetInstrumentationBreakpointRequest
Link copied to clipboard
fun SetInstrumentationBreakpointRequest(instrumentation: String)

Properties

instrumentation
Link copied to clipboard
val instrumentation: String
Instrumentation name.

Sources

jvm source
Link copied to clipboard